Progress Bar Maker (with Text)
(26 actions, 21 KB)
0 Get Dictionary from
[Shortcut Input]
ใยป
2
3
7
12
18
19
20
1 Comment
Proportional Scaling โโโโโโโโโโโโโโ A proportion represents two equal ratios, written as a/b = c/d or a:b = c:d
2 If
[0 Dictionary
.numberOfSlots
]
has any value
3 Get Numbers from
[0 Dictionary
.numberOfSlots
]
4 Otherwise
5 Number
12
6 End Ifใยป
7
12
7 Calculate Expression
ceil((
[0 Dictionary
.current
]
*
[6 threshold]
) /
[0 Dictionary
.total
]
)
ใโ current
ใยป
8
13
8 Repeat
[7 current]
Times
9 Text
โ
10 End Repeat Times
ใโ currernt
ใยป
11 Combine Text
[10 currernt]
with
Custom
ใโ current
ใยป
17
12 Calculate Expression
ceil((
[0 Dictionary
.total
]
-
[0 Dictionary
.current
]
) *
[6 threshold]
) /
[0 Dictionary
.total
]
ใโ left
13 Repeat
[7 current]
Times
14 Text
โก
15 End Repeat Times
ใโ left
ใยป
16 Combine Text
[15 left]
with
Custom
ใโ left
ใยป
17 Text
ใโ Progress Bar
ใยป
25
[11 current]
[16 left]
18 Calculate Expression
(
[0 Dictionary
.current
]
/
[0 Dictionary
.total
]
) * 100
ใยป
20
22
19 If
[0 Dictionary
.roundTo
]
has any value
20 Round Number
[18 Calculation Result]
to
[0 Dictionary
.roundTo
]
RoundMode
:
Normal
21 Otherwise
22 Round Number
[18 Calculation Result]
to
Tenths
RoundMode
:
Normal
23 End Ifใยป
24 Text
ใโ Percent Text
ใยป
[23 If Result]
%
25 Stop and Output
[24 Percent Text]
[17 Progress Bar]